furny.swing.admin.statistics
Class StatisticsTool

java.lang.Object
  extended by furny.swing.admin.statistics.StatisticsTool

public final class StatisticsTool
extends java.lang.Object

Starter class for the statistics tool.

Since:
12.08.2012
Author:
Stephan Dreyer

Constructor Summary
private StatisticsTool()
          Instantiation is not necessary.
 
Method Summary
static void main(java.lang.String[] args)
          Main method to start the statistics tool.
static void start()
          Starts the statistics tool.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StatisticsTool

private StatisticsTool()
Instantiation is not necessary.

Since:
12.08.2012
Method Detail

main

public static void main(java.lang.String[] args)
Main method to start the statistics tool.

Parameters:
args - Arguments are not required.
Since:
12.08.2012

start

public static void start()
Starts the statistics tool.

Since:
12.08.2012